<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	浣犵殑浠ｇ爜鍐欏湪杩欓噷
	style.css鏄痵tyle.less鐢熸垚鐨勶紝涓嶈鐩存帴鏀瑰姩style.css鐨勫唴瀹癸紝涓嶇劧浼氳style.less瑕嗙洊
*/
.main .about .text {
  height: 78px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1200px) {
  .main .about .text {
    height: 72px;
  }
}</pre></body></html>